home *** CD-ROM | disk | FTP | other *** search
- object PGMImportForm: TPGMImportForm
- Left = 207
- Top = 118
- Width = 264
- Height = 148
- Caption = 'Pixel Greymap Import'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object SpacingLabel: TLabel
- Left = 16
- Top = 24
- Width = 82
- Height = 13
- Caption = 'GridPointSpacing'
- end
- object Label1: TLabel
- Left = 168
- Top = 24
- Width = 11
- Height = 13
- Caption = 'x: '
- end
- object Label2: TLabel
- Left = 168
- Top = 48
- Width = 11
- Height = 13
- Caption = 'y: '
- end
- object XSpacingMaskEdit: TFloatEdit
- Left = 190
- Top = 16
- Width = 51
- Height = 21
- TabOrder = 0
- Text = '30.0'
- Digits = 1
- Value = 30.000000000000000000
- Min = 0.100000000000000000
- Max = 9999.900000000000000000
- ErrorMessage = '[No Text]'
- end
- object Button1: TButton
- Left = 12
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 92
- Top = 88
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 174
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- object YSpacingMaskEdit: TFloatEdit
- Left = 190
- Top = 40
- Width = 51
- Height = 21
- TabOrder = 4
- Text = '30.0'
- Digits = 1
- Value = 30.000000000000000000
- Min = 0.100000000000000000
- Max = 9999.900000000000000000
- ErrorMessage = '[No Text]'
- end
- end
-